home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 006a / showevnt.zip / SHOWEVNT.DOC < prev    next >
Text File  |  1993-05-01  |  4KB  |  66 lines

  1.  +--------------------------[ SHOWEVNT Ver 1.00]-----------------------------+
  2.  |  Written By Gary Meeker 05/01/93                        Updated   /  /    |
  3.  |  SYSOP: SHARP Technical Support Line BBS               Lawrenceville, GA  |
  4.  |         (404) 962-1788                          300-14400 Baud. 24 Hours  |
  5.  +---------------------------------------------------------------------------+
  6.  V1.00 05/01/93 - Initial Release
  7.  
  8.   ShowEvnt will display EVENT.DAT in a similar format to PCBSETUP along with
  9. the last time run for all nodes. It will also indicate which Nodes will run
  10. the event by checking for the existance of a batch file for each node. The
  11. output can easily be redirected to a file or printer.
  12.  
  13. Syntax: ShowEvnt [Nodes] [/S:nn] [/N]
  14.  
  15. Where: Nodes = the number of nodes to limit the report to.
  16.                If not specified then report all nodes.
  17.  
  18.        [/S:nn] Start at Node number nn.
  19.                If not present (or if greater then actual number of nodes)
  20.                then start at Node 1
  21.        [/N] Number the events.
  22.  
  23. The program must be executed from within a directory containing PCBOARD.DAT
  24. and it will read the location of EVENT.DAT and the path for event batch files
  25. from this file. All nodes SHOULD be pointing to the same EVENT.DAT file and
  26. the same path for batch files or you could run into some confusion with the
  27. setup. If for some reason you decide to maintain different EVENT.DAT files
  28. or paths, then you will need to run this program in each nodes PCB directory
  29. and only the node columm for the specific node will be valid.
  30.  
  31. The format of the output (shown with the /N option and 2 Nodes) is:
  32.  
  33.                  Batch     Begin End                       Last Run  Last Run
  34.        Act  Mod  File      Time  Time   SMTWTFS  Date      Node 1    Node 2
  35.        ═══  ═══  ════════  ═════ ═════  ═══════  ════════  ════════  ════════
  36.   1)    Y    E   EVENTXXX  01:00-01:30  NNNNNNN  00-01-00 *01-01-80  00-00-00
  37.   2)    Y    S   SUNDAYXX  00:02-00:03  YNNNNNN  00-00-00  01-01-90  00-00-00
  38.   3)    Y    E   MONDAYXX  00:02-00:03  NYNNNNN  00-00-00  05-08-93  00-00-00
  39.   4)    Y    S   TUESDAYX  00:02-00:03  NNYNNNN  00-00-00  12-31-92  00-00-00
  40.   5)    Y    E   WEDNESDY  00:02-00:03  NNNYNNN  00-00-00  00-00-00  00-00-00
  41.   6)    Y    S   THURSDAY  00:02-00:03  NNNNYNN  00-00-00  00-00-00  00-00-00
  42.   7)    Y    E   FRIDAYXX  00:02-00:03  NNNNNYN  00-00-00 *00-00-00 *00-00-00
  43.   8)    Y    S   SATURDAY  00:02-00:03  NNNNNNY  00-00-00  00-00-00  00-00-00
  44.   9)    N    E   NORUNTHS  00:02-00:03  NNNNNNN  00-00-00  00-00-00  00-00-00
  45.  
  46. and additional Nodes will continue to the right. For 10 nodes the width of the
  47. report is 157 columns (150 without event numbers).
  48.  
  49. The '*' displayed in the Last Run Node x columns indicates that a Batch File
  50. for that node is present (Example for Event 1, Node 1 this could be an EVENTXXX
  51. or an EVENTXXX.001 batch file). This helps troubleshooting why a node might not
  52. be running an event or why a node that shouldn't run an event does so.
  53.  
  54. ShowEvnt determines the Number of Nodes based on the file size of the EVENT.DAT
  55. file so if the number of nodes displayed does not match your PCBoard version
  56. then this gives you a place to look. Anything over 10 Nodes is going to be hard
  57. to display or print (that's why the /S:nn option exists to display a range).
  58.  
  59. SHOWEVNT 3
  60.    This will display Nodes 1 to Node 3 (If you have that many nodes) without
  61.    line numbers.
  62.  
  63. SHOWEVTN 3 /S:4 /N
  64.    This will display Nodes 4 to Node 6 (If you have that many nodes) with
  65.    line numbers.
  66.